calculate Diff
fun <T> Iterable<T>.calculateDiff(other: Iterable<T>, strictComparison: Boolean = false): Diff<T>
Content copied to clipboard
Calculating Diff object
Parameters
strict Comparison
If this parameter set to true, objects which are not equal by links will be used as different objects. For example, in case of two "Example" string they will be equal by value, but CAN be different by links